-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: parser for azureeventhubs message without time field #1990
fix: parser for azureeventhubs message without time field #1990
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just a nit for the changelog
Co-authored-by: William Dumont <[email protected]>
Sorry one more thing before merging: at the top of the parser file there is a comment saying that the code is copied from Loki with a ref to the version. I see that now the fix has been merged in loki, could you update the ref of the commit to match the current state in Loki please? |
Sure 👍 I have updated a link to: This commit contains the same fix and was recently merged into the Loki project. |
Thanks! |
PR Description
This PR is fixing the same bug described for the Loki project in:
The Azure Event Hubs messages parser ignores records that don't contain the
time
field.timeStamp
field instead.Which issue(s) this PR fixes
Related to:
Notes to the Reviewer
PR Checklist